Searched refs:getGlobalAddressReverseMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp222 if (!EEState.getGlobalAddressReverseMap().empty()) {
223 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
234 EEState.getGlobalAddressReverseMap().clear();
263 if (CurVal && !EEState.getGlobalAddressReverseMap().empty())
264 EEState.getGlobalAddressReverseMap().erase(CurVal);
268 if (!EEState.getGlobalAddressReverseMap().empty()) {
269 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
304 if (EEState.getGlobalAddressReverseMap().empty()) {
310 EEState.getGlobalAddressReverseMap().insert(std::make_pair(
316 EEState.getGlobalAddressReverseMap()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h85 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() { function in class:llvm::ExecutionEngineState

Completed in 187 milliseconds