Searched refs:symbolValue (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDynamicLibrary.h95 /// value \p symbolValue. These symbols are searched before any
98 static void AddSymbol(StringRef symbolName, void *symbolValue);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DDynamicLibrary.cpp46 void *symbolValue) {
50 (*ExplicitSymbols)[symbolName] = symbolValue;
45 AddSymbol(StringRef symbolName, void *symbolValue) argument
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp2155 const OSSymbol * symbolValue = NULL; // must release local
2162 symbolValue = OSSymbol::withString(stringValue);
2163 if (!symbolValue) {
2167 dict->setObject(key, symbolValue);
2170 if (symbolValue) symbolValue->release();
2181 const OSSymbol * symbolValue = NULL; // must release local
2188 symbolValue = OSSymbol::withString(stringValue);
2189 if (!symbolValue) {
2193 dict->setObject(key, symbolValue);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcdattst.c1333 UChar symbolValue = 0x0041; local
1336 udat_setSymbols(icudf, UDAT_ERAS,0,&symbolValue,1, &subStatus); /* bogus values */

Completed in 123 milliseconds