Searched refs:SymType (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp179 object::SymbolRef::Type SymType; local
180 if (I->getType(SymType)) continue;
181 if (SymType == object::SymbolRef::ST_Function) {
212 object::SymbolRef::Type SymType; local
213 if (I->getType(SymType)) continue;
214 if (SymType == object::SymbolRef::ST_Function) {
/freebsd-10.2-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp159 object::SymbolRef::Type SymType; local
160 if (I->getType(SymType)) continue;
161 if (SymType == object::SymbolRef::ST_Function) {
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp205 object::SymbolRef::Type SymType; local
206 if (I->getType(SymType)) continue;
207 if (SymType == object::SymbolRef::ST_Function) {
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp112 object::SymbolRef::Type SymType; local
114 Check(i->getType(SymType));
130 if (SymType == object::SymbolRef::ST_Function ||
131 SymType == object::SymbolRef::ST_Data ||
132 SymType == object::SymbolRef::ST_Unknown) {
155 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name << "\n");
H A DRuntimeDyldELF.cpp873 SymbolRef::Type SymType = SymbolRef::ST_Unknown; local
876 Symbol->getType(SymType);
892 switch (SymType) {
1072 if (SymType != SymbolRef::ST_Unknown) {
1089 if (SymType == SymbolRef::ST_Unknown || RangeOverflow == true) {
1137 if (SymType == SymbolRef::ST_Unknown)
1147 if (SymType != SymbolRef::ST_Unknown && TargetName.empty())
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCObjectSymbolizer.cpp169 SymbolRef::Type SymType; SI->getType(SymType); local
171 || SymName.empty() || SymType != SymbolRef::ST_Function)
H A DMCObjectDisassembler.cpp192 SymbolRef::Type SymType; local
193 SI->getType(SymType);
194 if (SymType == SymbolRef::ST_Function) {

Completed in 173 milliseconds